ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / Rect<T> Structure / Top Property

In This Topic
    Top Property (Rect<T>)
    In This Topic
    Gets the y-coordinate of the top edge of this Rect structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property Top As T
    public T Top {get;}
    See Also